Welcome![Sign In][Sign Up]
Location:
Search - ant colony optimization algorithm source

Search list

[AI-NN-PRars.scr

Description: JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)
Platform: | Size: 81920 | Author: 张强 | Hits:

[Other resourceACO

Description: 利用C++编写蚁群优化算法解决51城市旅行商问题-prepared Ant Colony Optimization Algorithm for 51 city Traveling Salesman Problem
Platform: | Size: 5120 | Author: | Hits:

[matlabFCMClust

Description: 是一个基于Matlab软件的模糊C-means聚类算法原代码-Matlab is a software based on the fuzzy C-means clustering algorithm source code
Platform: | Size: 2048 | Author: 杨明 | Hits:

[AI-NN-PRde36

Description: 蚁群算法源(Ant colony optimization ACO)代码-ant algorithm source (Ant colony optimization ACO) code
Platform: | Size: 7168 | Author: 李常刚 | Hits:

[AI-NN-PRC++yiqunyouhuasuanfa

Description: C++中蚁群优化算法实现源代码,下载后可以直接粘贴到你的程序中用-C++ In ant colony optimization algorithm to achieve the source code can be downloaded and paste it directly into your program using
Platform: | Size: 1024 | Author: wjlg | Hits:

[matlabANT

Description: 蚁群优化算法解决tsp问题基本matlab源码-Ant colony optimization algorithm to solve the problem tsp basic matlab source
Platform: | Size: 3072 | Author: | Hits:

[Graph programImage-Edge-Detection-Using-Ant-Colony-Optimization

Description: This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detection”这篇PDF文章。希望对大家有一定帮助。-This is a demo program of image edge detection using ant colony, based on the paper, " An Ant Colony Optimization Algorithm For Image Edge Detection," Based on Ant Colony Optimization Image Edge Detection. IEEE in 2008 included in the article. Matlab source code and there is " An Ant Colony Optimization Algorithm For Image Edge Detection" This PDF article. Hope to assist everyone must have.
Platform: | Size: 306176 | Author: miaosiyi | Hits:

[matlabACOUCP

Description: 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constraints, you can first use the penalty function and other methods to deal with the problem into the unconstrained model, then use the origin codes solving
Platform: | Size: 2048 | Author: 孙准 | Hits:

[MPIACO

Description: 蚁群算法源代码,无须修改便可以直接编译执行-Ant colony algorithm source code, no need to change the implementation can be directly translated
Platform: | Size: 178176 | Author: | Hits:

[AI-NN-PRACOUCP

Description: 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constraints, you can first use the penalty function and other methods to deal with the problem into a non-binding model, and then use the source code is solved,
Platform: | Size: 2048 | Author: 张望 | Hits:

[AI-NN-PRyqsf

Description: 基于蚁群算法的PID控制参数优化Matlab源码-PID Control Based on Ant Colony Optimization Algorithm for Matlab source
Platform: | Size: 5120 | Author: 天道酬勤 | Hits:

[Mathimatics-Numerical algorithmsmatlab-pid

Description: 基于蚁群算法的PID控制参数优化Matlab源码,步骤详细,附有说明。-PID Control Based on Ant Colony Optimization Algorithm for Matlab source, the steps in detail, with explanation.
Platform: | Size: 2048 | Author: 程玉昆 | Hits:

[AI-NN-PRUnconstrainedoptimizationofcontinuousfunctionofart

Description: 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。-This source code is an implementation of artificial ant colony algorithm for unconstrained continuous function optimization, with constraints for the case, you can start using the penalty function and other methods to deal with the problem into the unconstrained model, then use the source code solved.
Platform: | Size: 12288 | Author: ly | Hits:

[AI-NN-PRAnt_colony_algorithm_source_code

Description: 蚁群算法源码,蚁群算法简介+算法实现代码,基于C-Ant colony algorithm source code, ant colony optimization algorithm About+ code, based on C++
Platform: | Size: 20480 | Author: lei | Hits:

[AI-NN-PRalgorithms

Description: 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization, differential evolution algorithm, genetic neural network algorithm, particle swarm SVM algorithm, particle swarm hybrid neural network algorithm algorithm. . .
Platform: | Size: 6202368 | Author: 王军 | Hits:

[matlabACATSP

Description: 利用蚁群优化算法解决TSP问题的源程序,有许多值得改进的地方。-Ant colony optimization algorithm to solve TSP problem of the source, has much to improve.
Platform: | Size: 2048 | Author: 江君莉 | Hits:

[AI-NN-PRantc

Description: 其主要内容包括蚁群算法的思想起源、研究现状及机制原理;蚁群算法的复杂度分析;蚁群算法的收敛性证明;蚁群算法参数对其性能的影响;蚁群算法的参数选择原则;离散域和连续域蚁群算法的若干改进策略;蚁群算法在多个优化领域的典型应用;蚁群算法的硬件实现技术;蚁群算法与其它仿生优化算法的比较与融合;蚁群算法的研究展望;最后还在附录部分给出了基本蚁群算法的程序源代码和相关网站。.-Its main contents include the origin of ant colony algorithm idea, principle and mechanism of Research the complexity analysis of ant colony algorithm prove the convergence of ant colony algorithm ant colony algorithm parameters on its performance the principle of ant colony algorithm parameters discrete domain and continuous domain of a number of ant colony algorithm improvement strategies ant colony optimization algorithm is typical in many applications ACO hardware implementation technology ant colony optimization algorithm and other bionic comparison and integration ant colony algorithm research prospects final appendix also shows the basic ant colony algorithm source code and related sites. .
Platform: | Size: 4096 | Author: ma | Hits:

[matlabYICHUAN-pid

Description: 基于蚁群算法的PID控制参数优化Matlab源码-PID control algorithm based on ant colony parameter optimization Matlab source
Platform: | Size: 2048 | Author: M_Jaunty | Hits:

[matlabant-arithrium

Description: 采用MATLAB环境实现蚁群优化算法,源程序代码和效果,有价值-The MATLAB environment ant colony optimization algorithm, source code, and the effect of valuable
Platform: | Size: 18432 | Author: 谢长君 | Hits:

[Otheraco

Description: In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the ant colony algorithms family, in swarm intelligence methods, and it constitutes some metaheuristic optimizations. Initially proposed by Marco Dorigo in 1992 in his PhD thesis, the first algorithm was aiming to search for an optimal path in a graph, based on the behavior of ants seeking a path between their colony and a source of food. The original idea has since diversified to solve a wider class of numerical problems, and as a result, several problems have emerged, drawing on various aspects of the behavior of ants. From a broader perspective, ACO performs a model-based search and share some similarities with Estimation of Distribution Algorithm.
Platform: | Size: 48128 | Author: reyhooon | Hits:
« 12 3 »

CodeBus www.codebus.net